アルゴリズム15-2 (a)
Baker
$ [1978]
のバリア
code:アルゴリズム15-2-a.py
def atomic Read(src, i):
ref = src
i
if isGray(src):
ref = shade(ref)
return ref
#ミューテータ用バリア